home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SysOp's Arsenal
/
SysOp's Arsenal 1 (Arsenal Computer).ISO
/
doorwre2
/
mbpro160.exe
/
MBPRO.EXE
/
DEMO
/
SUGG
/
MBCHOICE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-09
|
518b
|
19 lines
@ECHO OFF
CLS
ECHO MODEM BASE PRO(tm) Copyright (c) 1993 CHOICE MAKE UTILITY
ECHO ----------------------------------------------------------------------
IF %1~==~ GOTO NOPAR
COPY CHOICE.NEW %1 > NUL
ECHO FILE: %1 now exists in STANDARD CHOICE FORMAT.
ECHO -----------------------------------------------------------------------
MBMANAGE %1
GOTO END
:NOPAR
ECHO You need to pass the PATHNAME on the command line from the DOS PROMPT.
ECHO i.e., MBCHOICE C:\MBPRO\PARTS\PARTLIST.DBF
:END